projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eecfa3e
)
docs: remove link to missing example
author
William Jon McCann
<william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 21:17:21 +0000
(16:17 -0500)
committer
William Jon McCann
<william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:27:28 +0000
(18:27 -0500)
Removed in
e95490c15e8a95cb72601e4d66e806b55d7b4d82
etc.
gdk/gdkwindow.c
patch
|
blob
|
history
diff --git
a/gdk/gdkwindow.c
b/gdk/gdkwindow.c
index e613d9bbd846c672564785a6f8d261500853001d..1124f51eb920ba84abd4b0baabb97f62c222043f 100644
(file)
--- a/
gdk/gdkwindow.c
+++ b/
gdk/gdkwindow.c
@@
-6657,8
+6657,7
@@
gdk_window_get_composited (GdkWindow *window)
* and an expose event is emitted on the parent of the composited
* window. It is the responsibility of the parent's expose handler
* to manually merge the off-screen content onto the screen in
- * whatever way it sees fit. See <xref linkend="composited-window-example"/>
- * for an example.
+ * whatever way it sees fit.
*
* It only makes sense for child windows to be composited; see
* gdk_window_set_opacity() if you need translucent toplevel